Created: 09/23/2022
By: Adil Soomro
Email: houziapp@gmail.com
Thank you for purchasing Houzi. This is a quick setup guide. We have detailed documentation available at Houzi-Docs.
This app works with Houzez Wordpress theme. You need to install Houzez on your wordpress website.
Download and Setup Houzez from here: Houzez Real Estate Wordpress Theme.
If you already have Houzez setup and installed, you can continue to next configurations.
Houzi Rest Api is a wordpress plugin that extends the default rest api functionality of Houzez theme to mobile apps. You can download here: Houzi Rest Api. Install and activate.
This app is a Flutter application, which means it requires Flutter SDK setup on your platform. Download the Flutter SDK version 3.0.5 for your platform from below URL:
Flutter for Windows
Flutter for MacOS
Go to Flutter Get Started, and follow setup instructions.
Android Studio or VSCode can be used to edit the code.
After downloading the sdk, its time to connect the app to your website.
Unzip houzi-xxx.zip from flutter-app folder and open the app code folder in your preferred IDE.
There're two ways to connect to your website.
Project_HOME > assests > configuration > configuration.json
file, and look for wordpress_url_domain
and Replace with your own domain and scheme.
//Mandatory "wordpress_url_scheme": "https", "wordpress_url_domain": "domain.com", "wordpress_url_path": "",if your website URL does not contain a subpath then leave
wordpress_url_path
as it is.
You can use Houzi Builder to configure your app.
Please follow these steps for the quick setup of your Mobile app.
Houzi Builder
application.App Name
in the required field.Provide Wordpress URL
in the required field.
Note: To provide Wordpress URL, just click on
Wordpress URL Text Field
. A dialog will open. Provide theWordpress URL Scheme
,Wordpress URL Domain
andWordpress URL Path
in their respective fields.
If your website URL does not contain a subpath then leaveWordpress URL Path
field as it is.
Example 1 (Website Url with path): Url: https://domain.com/path/ Wordpress URL Scheme = https Wordpress URL Domain = domain.com
Project_HOME > assests > configuration > configuration.json
file.
After following the minimum required steps to connect to your website, you are now able to compile app to view your app in action.
This is a quick setup guide. We have detailed documentation available at Houzi-Docs.